home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991 …esperately Seeking Seven / Desperately Seeking Seven.2mg / Dev.CD.8 / Essentials / Tools / File.Type.Notes / FTN.08.4001 < prev    next >
Encoding:
Text File  |  1988-11-20  |  1.7 KB  |  39 lines  |  [04] ASCII Text (0x0000)

  1. Apple II
  2. File Type Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6.  
  7. File Type:         $08
  8. Auxiliary Type:    $4001
  9.  
  10. Full Name:     Packed Apple II Double Hi-Res Graphics File
  11. Short Name:    Packed Double Hi-Res File
  12.  
  13. Written by:    Matt Deatherage                                  November 1988
  14.  
  15. Files of this type and auxiliary type contain a packed Apple II Double Hi-Res 
  16. graphics screen.
  17. _____________________________________________________________________________
  18.  
  19. Files of type $08 and auxiliary type $4001 contain a packed Apple II Double 
  20. Hi-Res graphics screen which has been packed with the same algorithm that 
  21. PackBytes on the Apple IIGS uses.  This algorithm takes the 16K graphics 
  22. screen (auxiliary memory portion first) and produces a file with an 
  23. indeterminate length and internal format, so no "mode byte" at offset +121 is 
  24. supported as it is with other files of type $08.
  25.  
  26. You can display a file of this type and auxiliary type by loading it, using 
  27. UnPackBytes to decrypt the data, moving the first half into auxiliary memory 
  28. at location $2000, moving the second half into main memory at location $2000, 
  29. then simply toggling the display soft switches and annunciators to turn on 
  30. double high-resolution mode.
  31.  
  32. File type $08 was originally defined as an Apple /// FotoFile, but now it is 
  33. useful for those applications that wish to save high-resolution or double 
  34. high-resolution data with a file type other than $06, which is a standard 
  35. binary file.  If you choose to use this type, you should remember that older 
  36. applications which do not check the auxiliary type may attempt to interpret 
  37. these files incorrectly.
  38.  
  39.